home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mods_all.zip / RS232.1 < prev    next >
Text File  |  1992-09-15  |  2KB  |  49 lines

  1. RS232.1
  2.  
  3. Hello All
  4.   Not all serial cards are alike. We have found out that there are some
  5. cards that want to support IRQ3 and IRQ4 so badly that even the gold
  6. fingers for the other IRQ lines are MISSING. To make it easy for you,
  7. make sure if you can, that you buy a com board that has all the fingers
  8. on both sides.
  9.   If you have one that doesnt, all is not lost. After talking to technicians
  10. and Mike WA8BXN, there is another way.
  11.   Here it is:
  12.  
  13. You can use same IRQ lines (share them amoungst devices) as long as:
  14. 1) They have different addresses
  15. 2) You modify the com board by placing a diode in series with the IRQ
  16.    line.
  17.  
  18. Theory:
  19.    For example, if you run com1 on 3F8 IRQ4 and want to run com3
  20. on 3e8 IRQ4, this is what happens.
  21.    Under no Interrupt requests, the com board keeps the IRQ4 line
  22. of the pc buss socket LOW.
  23.    If com1 gets the interrupt, it tries to raise the IRQ4 line high,
  24. but since you have another com board that is on com3 with the same
  25. IRQ line (which it is holding low since it has no interrupt), the
  26. IRQ from com1 will never be seen.
  27.    You must isolate both IRQ lines via cutting the traces leading
  28. to the IRQ4 line on BOTH com boards and inserting a diode in series
  29. with the foilcut in both boards. The positive end of the diode points
  30. in towards the com board and the cathode points towards the pc buss.
  31.  
  32. Here is a list of pin connections. Pick what ever pin is applicable to
  33. your computer as per free IRQ lines you may wish to use.
  34.  
  35.  
  36. Pin: IRQ:
  37. ---- ----
  38. B4 2
  39. B25 3
  40. B24 4
  41. B23 5
  42. B22     6
  43. B21 7
  44.  
  45. The B side of the connector is the FOIL or BOTTOM of the 2port com board.
  46. The A side has the components on it.
  47. CONTINUED IN FILE RS232.2
  48.  
  49.